home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / C-D / Columnizer.cpt / Columnizer / background_2562.txt < prev    next >
Text File  |  1989-02-26  |  3KB  |  142 lines

  1. -- background: 2562 from stack: in
  2. -- bmap block id: 3859
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   put the short name of this card into field "card name"
  9. end openCard
  10.  
  11. on closeCard
  12.   push this card
  13. end closeCard
  14.  
  15.  
  16. -- part 3 (button)
  17. -- low flags: 00
  18. -- high flags: 2000
  19. -- rect: left=465 top=304 right=324 bottom=496
  20. -- title width / last selected line: 0
  21. -- icon id / first selected line: 16560 / 16560
  22. -- text alignment: 1
  23. -- font id: 0
  24. -- text size: 12
  25. -- style flags: 0
  26. -- line height: 16
  27. -- part name: 
  28. ----- HyperTalk script -----
  29. on mouseUp
  30.   go to next card
  31. end mouseUp
  32.  
  33.  
  34.  
  35. -- part 5 (field)
  36. -- low flags: 01
  37. -- high flags: 0002
  38. -- rect: left=187 top=308 right=323 bottom=307
  39. -- title width / last selected line: 0
  40. -- icon id / first selected line: 0 / 0
  41. -- text alignment: 1
  42. -- font id: 3
  43. -- text size: 9
  44. -- style flags: 0
  45. -- line height: 12
  46. -- part name: Card name
  47.  
  48.  
  49. -- part 6 (button)
  50. -- low flags: 00
  51. -- high flags: 2000
  52. -- rect: left=465 top=284 right=304 bottom=496
  53. -- title width / last selected line: 0
  54. -- icon id / first selected line: 6720 / 6720
  55. -- text alignment: 1
  56. -- font id: 0
  57. -- text size: 12
  58. -- style flags: 0
  59. -- line height: 16
  60. -- part name: 
  61. ----- HyperTalk script -----
  62. on mouseUp
  63.   pop card
  64. end mouseUp
  65.  
  66.  
  67.  
  68. -- part 7 (button)
  69. -- low flags: 00
  70. -- high flags: 2000
  71. -- rect: left=436 top=284 right=304 bottom=465
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 24317 / 24317
  74. -- text alignment: 1
  75. -- font id: 0
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: 
  80. ----- HyperTalk script -----
  81. on mouseUp
  82.   go to first card
  83. end mouseUp
  84.  
  85.  
  86.  
  87. -- part 9 (button)
  88. -- low flags: 00
  89. -- high flags: 2000
  90. -- rect: left=84 top=288 right=323 bottom=119
  91. -- title width / last selected line: 0
  92. -- icon id / first selected line: 1007 / 1007
  93. -- text alignment: 1
  94. -- font id: 0
  95. -- text size: 12
  96. -- style flags: 0
  97. -- line height: 16
  98. -- part name: 
  99. ----- HyperTalk script -----
  100. on mouseUp
  101.   print this card
  102. end mouseUp
  103.  
  104.  
  105.  
  106. -- part 10 (button)
  107. -- low flags: 00
  108. -- high flags: 2000
  109. -- rect: left=437 top=304 right=324 bottom=465
  110. -- title width / last selected line: 0
  111. -- icon id / first selected line: 15420 / 15420
  112. -- text alignment: 1
  113. -- font id: 0
  114. -- text size: 12
  115. -- style flags: 0
  116. -- line height: 16
  117. -- part name: 
  118. ----- HyperTalk script -----
  119. on mouseUp
  120.   go to previous card
  121. end mouseUp
  122.  
  123.  
  124.  
  125. -- part 11 (button)
  126. -- low flags: 00
  127. -- high flags: 2000
  128. -- rect: left=18 top=301 right=322 bottom=48
  129. -- title width / last selected line: 0
  130. -- icon id / first selected line: 21700 / 21700
  131. -- text alignment: 1
  132. -- font id: 0
  133. -- text size: 12
  134. -- style flags: 0
  135. -- line height: 16
  136. -- part name: 
  137. ----- HyperTalk script -----
  138. on mouseUp
  139.   go home
  140. end mouseUp
  141.  
  142.